home *** CD-ROM | disk | FTP | other *** search
- gStrTextSettings = '$$$/Dialogs/HTML2PDF/TextSettings/DialogTitle';
- gStrGeneralPanel = '$$$IDS_GENERAL_CONFIG_PANEL_NAME';
- gStrFontPanel = '$$$IDS_FONT_CONFIG_PANEL_NAME';
-
- gWidestPanelNameWidth = max ( zstring_width( zstring: gStrGeneralPanel )
- , zstring_width( zstring: gStrFontPanel )
- ) + (max_char_width() * 2);
- gListWidth = gWidestPanelNameWidth + gSpace;
- gListHeight = 100;
-
- gPanelWidth = 100 + gMarginWidth;
- gPanelHeight = gListHeight;
-
-
- dialog( name: gStrTextSettings, target_id: 'Tabs', first_tab:'Tabs' )
- {
- view( align_children: align_left )
- {
- view( align_children: align_top )
- {
- tab_group( item_id: 'Tabs', width: 400, height: 400 );
- }
- ok_cancel();
- }
- }